Click or drag to resize

ActiveLockScope Property

Gets or sets the scope of the lock.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public LockScope Scope { get; set; }

Property Value

Type: LockScope
Remarks
See section 6.1 of RFC2518 for a description of shared vs. exclusive locks.
See Also